home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the mouseCast = 21 then
- go("mark")
- end if
- if the mouseCast = 18 then
- go("fred")
- end if
- if the mouseCast = 19 then
- go("gary")
- end if
- if the mouseCast = 16 then
- go("brian")
- end if
- if the mouseCast = 20 then
- go("james")
- end if
- if the mouseCast = 17 then
- go("craig")
- end if
- end
-